home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / startup / startup.p < prev    next >
Text File  |  1996-07-17  |  197b  |  12 lines

  1. #ifndef _startup_P_
  2. #define _startup_P_
  3.  
  4. #include "startup.h"
  5.  
  6. void setprogname(char *argv0);          /* determine the name of the program */
  7.  
  8. extern char 
  9.     *progname;
  10.     
  11. #endif  _startup_P_
  12.